home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / bubble_s.swf / scripts / DefineButton2_233 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-08-12  |  160 b   |  7 lines

  1. on(release){
  2.    _root.vDialog = true;
  3.    attachMovie("_reg","wreg",15100);
  4.    wreg._x = (800 - wreg._width) / 2;
  5.    wreg._y = (600 - wreg._height) / 2;
  6. }
  7.